Esx Settings Depots Online CreateSpec
The Esx Settings Depots Online CreateSpec schema defines the information used to create a depot.
This schema was added in vSphere API 7.0.0.0.
{
"description": "string",
"location": "string",
"enabled": false,
"ownerdata": "string"
}
Description of the depot.
This property was added in vSphere API 7.0.0.0.
If missing or null
, the description will be empty.
Location of the depot. It should be the location to the index.xml for the depot.
This property was added in vSphere API 7.0.0.0.
Flag indicating whether this depot is enabled or not. Disabling the depot doesn't delete its cached metadata and payloads. It will not be refreshed next time depots are re-synced.
This property was added in vSphere API 7.0.0.0.
If missing or null
, the depot will be enabled.
Private data saved by the Esx Settings Depots Online Info.owner of the depot. It is opaque to vLCM.
This property was added in vSphere API 7.0.3.0.
If missing or null
, no ownerdata will be saved.